body {
    background-image: url("../img/background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
}
#chalkboard{ 
    
    box-shadow: 10px 8px 20px black;

}
#text-chalkboard{
    padding-left: 12%;
    padding-right: 12%;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;    
}
#text-chalkboard::-webkit-scrollbar {
    display: none;
  }
#card1{
    box-shadow: 8px 5px 15px black;
    margin-bottom: 15px;
    
}
#titel_container{
    background-image: url("../img/_DSC0815.png");
    background-position: center;
    background-size: cover;
}
#nav_bot{
    font-size: large;
}
#bg_pic_titel{
    background-image: url("../img/hofladen.jpg");
    background-size: cover;
    position: relative;
    background-position: center;
    height: 1000px;
}
#titel-div{
    margin-top: 13%;
}
@media only screen and (max-width: 400px) {
    #bg_pic_titel{
        height: 600px;
    }
    
}